make divs height expand with its content

58

<div id="container">
  <p>Sample Text 1</p>
  <p>Sample Text 2dddddddddd</p>
  <p>Sample Text 3</p>
</div>
overflow:hidden;
height:1%;

Comments

Submit
0 Comments